Welcome![Sign In][Sign Up]
Location:
Search - smo regression

Search list

[Other resourceregression

Description: 支持向量机的SMO算法实现数据拟合训练的基本程序,用c++编写.
Platform: | Size: 14067 | Author: 江南 | Hits:

[matlabPLSmodel

Description: 偏最小二乘回归建模分析程序,在matlab里面运行,是较新的一种统计分析方法,较以往的分析方法相比有很多优点-partial least squares regression modeling analysis procedures, the operating inside Matlab, it is a relatively new statistical analysis method, compared to the previous method has a lot of advantages
Platform: | Size: 1024 | Author: 李小斌 | Hits:

[AI-NN-PRregression

Description: 支持向量机的SMO算法实现数据拟合训练的基本程序,用c++编写.-SMO support vector machine training algorithm for data fitting realize the basic procedures, using c++ Prepared.
Platform: | Size: 294912 | Author: 江南 | Hits:

[Windows DevelopSVM-KM

Description: svm详细例子(包括分类,回归)等。需要的人,下载试试。多交流.我需要svm-smo的matlab源码。谁有?-SVM detailed examples (including classification, regression) and so on. Those who need it, download a try. More exchanges. Svm-smo I need the matlab source code. Who?
Platform: | Size: 375808 | Author: 2007理工信工 | Hits:

[Mathimatics-Numerical algorithmsSMO-code

Description: smo算法是与svr(支持向量机回归)和svc(支持向量机分类)具有相似数学形式,并在此基础上提出的一种用于SVR的简化算法。-smo algorithm is svr (support vector machine regression) and svc (SVM) with similar mathematical form, and puts forward a simplified algorithm for SVR.
Platform: | Size: 1024 | Author: heyufeng | Hits:

[matlabSMOSVM

Description: 用于svc分类, 用SMO实现SVC,并在UCI数据集Iris上进行实验,2. 可借鉴现成SVM软件包,实现回归分析。 -For svc classification, using SMO to achieve SVC, and in the UCI Iris data set on the experiment, 2. SVM can learn ready-made packages, to achieve regression analysis.
Platform: | Size: 3072 | Author: 陈德志 | Hits:

[Software EngineeringEubank-R.-Nonparametric-Regression-and-Spline-Smo

Description: A introductory book about non-parametric statistics
Platform: | Size: 10464256 | Author: Allen | Hits:

[matlablibsvm-3.12

Description: matlab中的libsvm工具包,是smo支持向量机算法,可用于解决非线性的回归问题。区别于最小二乘支持向量机。-Matlab libsvm Kit is to smo support vector machine algorithm that can be used to solve nonlinear regression problems. Different from the least squares support vector machine.
Platform: | Size: 615424 | Author: 王欣 | Hits:

[OthersmrMATLABcode

Description: smo回归算法代码,c++编程,适合初学者学习和研究使用,欢迎下载和讨论-the smo regression algorithm the code, c++ programming for beginners to learn and study the use of, welcome to download and discussion
Platform: | Size: 5120 | Author: unique | Hits:

[AI-NN-PRSMO-SVR

Description: 这个是用SMO算法做的支持向量回归程序,有测试程序-support vector regression with SMO algorithm
Platform: | Size: 4152320 | Author: hqh | Hits:

[OtherSVR

Description: 这个是用SMO算法做的支持向量回归程序,语言是JAVA-This is done using the SMO support vector regression algorithm, language is JAVA
Platform: | Size: 5120 | Author: 越南男 | Hits:

[DataMiningsvm_python

Description: 在机器学习领域,支持向量机SVM(Support Vector Machine)是一个有监督的学习模型,通常用来进行模式识别、分类、以及回归分析。本程序是SVM的python实现,用的是SMO算法。只能进行分类,并且能够显示图形结果。-In the field of machine learning, support vector machines SVM (Support Vector Machine) is a supervised learning model is usually used for pattern recognition, classification, and regression analysis. This program is python realization of SVM, using SMO algorithm. It can only be classified, and able to display graphical results.
Platform: | Size: 8192 | Author: 杨刘洋 | Hits:

[AI-NN-PRlibsvm-3.1

Description: LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class classification. Since version 2.8, it implements an SMO-type algorithm proposed in this paper: R.-E. Fan, P.-H. Chen, and C.-J. Lin. Working set selection using second order information for training SVM. Journal of Machine Learning Research 6, 1889-1918, 2005. You can also find a pseudo code there. (how to cite LIBSVM) Our goal is to help users other fields to easily use SVM as a tool. LIBSVM provides a simple interface where users can easily link it with their own programs. Main features of LIBSVM include-LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class classification. Since version 2.8, it implements an SMO-type algorithm proposed in this paper: R.-E. Fan, P.-H. Chen, and C.-J. Lin. Working set selection using second order information for training SVM. Journal of Machine Learning Research 6, 1889-1918, 2005. You can also find a pseudo code there. (how to cite LIBSVM) Our goal is to help users other fields to easily use SVM as a tool. LIBSVM provides a simple interface where users can easily link it with their own programs. Main features of LIBSVM include
Platform: | Size: 1321984 | Author: carl2380 | Hits:

[AI-NN-PRlibsvm-3.22

Description: libsvm-3.22.rar LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class classification. Since version 2.8, it implements an SMO-type algorithm proposed in this paper: R.-E. Fan, P.-H. Chen, and C.-J. Lin. Working set selection using second order information for training SVM. Journal of Machine Learning Research 6, 1889-1918, 2005. You can also find a pseudo code there. (how to cite LIBSVM) Our goal is to help users other fields to easily use SVM as a tool. LIBSVM provides a simple interface where users can easily link it with their own programs. Main features of LIBSVM include-libsvm-3.22.rar LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class classification. Since version 2.8, it implements an SMO-type algorithm proposed in this paper: R.-E. Fan, P.-H. Chen, and C.-J. Lin. Working set selection using second order information for training SVM. Journal of Machine Learning Research 6, 1889-1918, 2005. You can also find a pseudo code there. (how to cite LIBSVM) Our goal is to help users other fields to easily use SVM as a tool. LIBSVM provides a simple interface where users can easily link it with their own programs. Main features of LIBSVM include
Platform: | Size: 839680 | Author: carl2380 | Hits:

CodeBus www.codebus.net